The MACHAR function determines and returns machine-specific parameters affecting floating-point arithmetic. Information is returned in the form of a structure with the fields listed in the “Return Value” section.
MACHAR is based on the routine machar described in section 20.1 of Numerical Recipes in C: The Art of Scientific Computing (Second Edition), published by Cambridge University Press, and is used by permission. See that section for more details on and sample values of the various parameters returned.
Result = MACHAR( [, /DOUBLE] )
The following table lists the fields in the structure returned from the MACHAR function:
None
The information returned is normally for single-precision floating-point arithmetic. Specify DOUBLE to see double-precision information.
4.0 |
Introduced |